-
Notifications
You must be signed in to change notification settings - Fork 27
DidHelper Remove Verification Method #876
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM! I'd personally like to have a sign-off by @Dudleyneedham & @ntn-x2 given that removing verification methods was not part of the finalised and agreed-upon solution doc (https://hackmd.io/YEKFloxtR36v5w1ODppszA?view), but I think we have a workable solution here. Once VM management becomes more flexible, we can start making some parameters optional (e.g., the relationship
parameter).
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
@@ -82,3 +84,79 @@ export function setVerificationMethod( | |||
expectedEvents: [{ section: 'did', method: 'DidUpdated' }], | |||
}) | |||
} | |||
|
|||
/** | |||
* Removes the verification method for the selected `verificationMethodId` and `relationship`. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
* Removes the verification method for the selected `verificationMethodId` and `relationship`. | |
* Removes the verification method for the selected `verificationMethodId` and `relationship`. |
I guess this can be closed now, given that it's been merged with #880? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Apparently I'm too late to approve 👍
Fixes https://github.com/KILTprotocol/ticket/issues/3368